home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 24 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: PPC compilers
  5. Date: 1 Jan 1996 20:46:37 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4c9h7d$h3i@sunsystem5.informatik.tu-muenchen.de>
  9. References: <john.hendrikx.40ka@grafix.xs4all.nl> <0u2Px*sKe@yaps.rhein.de> <4bd9oo$rad@sunsystem5.informatik.tu-muenchen.de> <19951223.57F728.6866@sisyphus.demon.co.uk> <4bqdk8$6g5@sunsystem5.informatik.tu-muenchen.de> <19951227.542040.7590@sisyphus.demon.co.uk>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Dave.Sparks@sisyphus.demon.co.uk wrote:
  14. : >>>>> "JF" == Juergen "Rally" Fischer <fischerj@Informatik.TU-Muenchen.DE> writes:
  15.  
  16. : The issue isn't whether or not it does it wrong, but whether what
  17. : it does is defined (for all 680xx processors).  If you know what
  18. agree.
  19. : this instruction is _defined_ to do, quote the definition.
  20. : Motorola's definition, not yours.
  21.  
  22. mhm, is Hitatchi doku also ok ?
  23.  
  24. "adress register indirect with postincrement:
  25. The adress of the operand is in the adress register specified by the
  26. register field. AFTER THE OPERAND IS USED, IT IS INCREMENTED by one,
  27. two or four [...]"
  28.  
  29. I would interpret "after operand is used" that way:
  30.  
  31. when data from (a0) is read, a0 was used (used to build an adress).
  32. so a0 is incremented. then data is written at (a0)+.
  33.  
  34. As there are AFAIK no warnings in the docu, it's IMHO legal to
  35. assume the logic way (if my test code isn't wrong, the EC020 behaves
  36. exactly that way. 060 users tell your experiences ;)
  37.  
  38. : -- 
  39. :         Dave.Sparks@sisyphus.demon.co.uk        (Staffordshire, England)
  40.  
  41. :  ... details are more implementation-dependant than defined.
  42. -----------------------------------------------------------------------------
  43.        //  fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  44.       //   
  45.     \X/    My wishes for '96:
  46.            may the AT promises come true. Amiga's back.
  47. -----------------------------------------------------------------------------
  48.  
  49.  
  50.